'Declaration Public Class C1SelectDataCollection (Of S As Class, T As Class) Inherits C1WrapDataCollection(Of S,T) Implements IDataCollection(Of T), ISupportAsyncLoading(Of T), ISupportConnection, ISupportCreateNewItem(Of S), ISupportEditing(Of S), ISupportEditing(Of T), ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRangeEditing(Of S), ISupportRefreshing, ISupportSorting, ISupportSource, ISupportVirtualization
public class C1SelectDataCollection<S,T> : C1WrapDataCollection<S,T>, IDataCollection<T>, ISupportAsyncLoading<T>, ISupportConnection, ISupportCreateNewItem<S>, ISupportEditing<S>, ISupportEditing<T>, ISupportFiltering, ISupportGrouping, ISupportIncrementalLoading, ISupportPaging, ISupportRangeEditing<S>, ISupportRefreshing, ISupportSorting, ISupportSource, ISupportVirtualization where S: class where T: class